RemoteServerApi(String, String, String, ISdkLogger) Constructor |
Instantiates a remote connection to a Management Server.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxpublic RemoteServerApi(
string serverAddress,
string user,
string password,
ISdkLogger sdkLogger
)
Parameters
- serverAddress String
- e.g. localhost:5392.
- user String
- password String
- Private key.
- sdkLogger ISdkLogger
- Optional logger that implements ISdkLogger interface and provides better exceptions logging.
Exceptions| Exception | Condition |
|---|
| SdkException | Can be thrown in cases of invalid user name, password or invalid syntax of the client address. |
See Also